body{
    width: 100%;
    height: 100vh;
    background-color: rgba(237, 226, 203, 1);
    padding: 0;
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
}
p{
    margin: 0;
}
header{
    background-color: rgba(212, 202, 182, 1);
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 60px;
}
header p{
    color: rgba(30, 30, 30, 1);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    /* line-height: 60px; */
}

.book-title {
    font-family: 'Montserrat', sans-serif;
}